Date | Subject |
2025-06-03 | BUG/MAJOR: leastconn: Protect tree_elt with the lbprm lock |
2025-05-27 | BUG/MEDIUM: httpclient: Throw an error if an lua httpclient instance is reused |
2025-05-27 | BUG/MEDIUM: hlua: Fix receive API for TCP applets to properly handle shutdowns |
2025-05-27 | BUG/MEDIUM: hlua: Fix getline() for TCP applets to work with applet's buffers |
2025-05-26 | BUG/MEDIUM: hlua: Properly detect shudowns for TCP applets based on the new API |
2025-05-26 | BUG/MEDIUM: cli/ring: Properly handle shutdown in "show event" I/O handler |
2025-05-26 | BUG/MEDIUM: h3: Declare absolute URI as normalized when a :authority is found |
2025-05-26 | BUG/MINOR: h3: Set HTX flags corresponding to the scheme found in the request |
2025-05-23 | BUG/MAJOR: cache: Crash because of wrong cache entry deleted |
2025-05-22 | BUG/MEDIUM: server: fix potential null-deref after previous fix |
2025-05-22 | BUG/MEDIUM: server: fix crash after duplicate GUID insertion |
2025-05-21 | BUG/MINOR: acme: fix formatting issue in error and logs |
2025-05-21 | BUG/MEDIUM: acme: check if acme domains are configured |
2025-05-21 | BUG/MEDIUM: mux-quic: fix BUG_ON() on rxbuf alloc error |
2025-05-20 | BUG/MEDIUM: wdt: always ignore the first watchdog wakeup |
2025-05-19 | BUG/MAJOR: leastconn: never reuse the node after dropping the lock |
2025-05-19 | BUG/MINOR: quic: fix crash on quic_conn alloc failure |
2025-05-17 | BUG/MAJOR: queue: properly keep count of the queue length |
2025-05-17 | BUG/MAJOR: leastconn: do not loop forever when facing saturated servers |
2025-05-16 | BUG/MEDIUM: h1/h2/h3: reject forbidden chars in the Host header field |
2025-05-16 | BUG/MINOR: h3: don't insert more than one Host header |
2025-05-16 | BUG/MEDIUM: stconn: Disable 0-copy forwarding for filters altering the payload |
2025-05-15 | BUG/MEDIUM: peers: also limit the number of incoming updates |
2025-05-15 | BUG/MINOR: sink: detect and warn when using "send-proxy" options with ring servers |
2025-05-14 | DEBUG: mux-spop: Review some trace messages to adjust the message or the level |
2025-05-14 | BUG/MEDIUM: mux-spop; Don't report a read error if there are pending data |
2025-05-14 | BUG/MEDIUM: mux-spop: Properly detect truncated frames on demux to report error |
2025-05-14 | BUG/MEDIUM: spop-conn: Report short read for partial frames payload |
2025-05-14 | BUG/MEDIUM: mux-spop: Properly handle CLOSING state |
2025-05-13 | BUG/MEDIUM: mux-spop: Remove frame parsing states from the SPOP connection state |
2025-05-13 | BUG/MINOR: mux-spop: Don't open new streams for SPOP connection on error |
2025-05-13 | BUG/MINOR: mux-spop: Make the demux stream ID a signed integer |
2025-05-13 | BUG/MINOR: mux-spop: Don't report error for stream if ACK was already received |
2025-05-13 | BUG/MINOR: spoe: Don't report error on applet release if filter is in DONE state |
2025-05-13 | BUG/MINOR: hlua: Fix Channel:data() and Channel:line() to respect documentation |
2025-05-13 | BUG/MINOR: cpu-topo: fix group-by-cluster policy for disordered clusters |
2025-05-12 | BUG/MEDIUM: h2/h3: reject some forbidden chars in :authority before reassembly |
2025-05-12 | BUG/MINOR: server: perform lbprm deinit for dynamic servers |
2025-05-12 | BUG/MINOR: server: dont depend on proxy for server cleanup in srv_drop() |
2025-05-12 | BUG/MINOR: cfgparse: improve the empty arg position report's robustness |
2025-05-12 | BUG/MINOR: tools: improve parse_line()'s robustness against empty args |
2025-05-12 | BUG/MINOR: threads: fix soft-stop without multithreading support |
2025-05-09 | BUG/MINOR: ssl/ckch: always ha_freearray() the previous entry during parsing |
2025-05-09 | BUG/MINOR: ssl/ckch: always free() the previous entry during parsing |
2025-05-09 | BUG/MINOR: ssl: prevent multiple 'crt' on the same ssl-f-use line |
2025-05-09 | BUG/MINOR: ssl: doesn't fill conf->crt with first arg |
2025-05-09 | DEBUG: pools: add a new integrity mode "backup" to copy the released area |
2025-05-09 | DEBUG: pool: permit per-pool UAF configuration |
2025-05-09 | BUG/MEDIUM: mux-quic: fix crash on invalid fctl frame dereference |
2025-05-09 | BUG/MINOR: cfgparse: consider the special case of empty arg caused by \x00 |
2025-05-09 | BUG/MEDIUM: quic: free stream_desc on all data acked |
2025-05-08 | BUG/MEDIUM: stick-table: always remove update before adding a new one |
2025-05-08 | BUG/MINOR: cli: fix too many args detection for commands |
2025-05-07 | BUG/MEDIUM: stick-tables: close a tiny race in __stksess_kill() |
2025-05-07 | BUG/MEDIUM: peers: hold the refcnt until updating ts->seen |
2025-05-07 | BUG/MINOR: quic: reject invalid max_udp_payload size |
2025-05-07 | BUG/MINOR: quic: fix TP reject on invalid max-ack-delay |
2025-05-07 | BUG/MINOR: quic: use proper error code on invalid received TP value |
2025-05-07 | BUG/MINOR: quic: reject retry_source_cid TP on server side |
2025-05-07 | BUG/MINOR: quic: use proper error code on invalid server TP |
2025-05-07 | BUG/MINOR: quic: use proper error code on missing CID in TPs |
2025-05-07 | BUG/MINOR: tools: only fill first empty arg when not out of range |
2025-05-06 | BUG/MINOR: ssl: can't use crt-store some certificates in ssl-f-use |
2025-05-06 | BUG/MAJOR: queue: lock around the call to pendconn_process_next_strm() |
2025-05-06 | Revert "BUG/MEDIUM: mux-spop: Handle CLOSING state and wait for AGENT DISCONNECT frame" |
2025-05-06 | BUG/MINOR: proxy: only use proxy_inc_fe_cum_sess_ver_ctr() with frontends |
2025-05-06 | DEBUG: threads: display held locks in threads dumps |
2025-05-05 | DEBUG: threads: merge successive idempotent lock operations in history |
2025-05-05 | DEBUG: threads: don't keep lock label "OTHER" in the per-thread history |
2025-05-05 | BUG/MINOR: tools: make parseline report the required space for the trailing 0 |
2025-05-05 | BUG/MINOR: tools: always terminate empty lines |
2025-05-05 | BUG/MINOR: tools: do not create an empty arg from trailing spaces |
2025-05-02 | BUG/MINOR: acme/cli: don't output error on success |
2025-05-02 | BUG/MEDIUM: stktable: fix sc_*() BUG_ON() regression with ctx > 9 |
2025-05-02 | BUG/MAJOR: tasks: fix task accounting when killed |
2025-05-02 | BUG/MEDIUM: quic: Let it be known if the tasklet has been released. |
2025-05-02 | BUG/MINOR: acme: reinit the retries only at next request |
2025-04-30 | BUG/MEDIUM: connections: Report connection closing in conn_create_mux() |
2025-04-30 | BUG/MINOR: mux-spop: Use the right bitwise operator in spop_ctl() |
2025-04-30 | BUG/MINOR: mux-h1: Fix trace message in h1_detroy() to not relay on connection |
2025-04-30 | BUG/MINOR: mux-h1: Don't pretend connection was released for TCP>H1>H2 upgrade |
2025-04-30 | BUG/MEDIUM: mux-spop: Handle CLOSING state and wait for AGENT DISCONNECT frame |
2025-04-30 | BUG/MEDIUM: mux-spop: Wait end of handshake to declare a spop connection ready |
2025-04-29 | BUG/MINOR: dns: prevent ds accumulation within dss |
2025-04-29 | BUG/MINOR: dns: add tempo between 2 connection attempts for dns servers |
2025-04-29 | BUG/MINOR: acme: remove references to virt@acme |
2025-04-29 | BUG/MINOR: quic: ensure cwnd limits are always enforced |
2025-04-29 | BUG/MINOR: acme: creating an account should not end the task |
2025-04-29 | BUG/MINOR: mux-h2: fix the offset of the pattern for the ping frame |
2025-04-29 | BUG/MINOR: acme: does not try to unlock after a failed trylock |
2025-04-28 | BUG/MINOR: ssl/acme: free EVP_PKEY upon error |
2025-04-28 | MEDIUM: thread: set DEBUG_THREAD to 1 by default |
2025-04-28 | MEDIUM: threads: keep history of taken locks with DEBUG_THREAD > 0 |
2025-04-28 | MINOR: threads: turn the full lock debugging to DEBUG_THREAD=2 |
2025-04-28 | MINOR: threads: prepare DEBUG_THREAD to receive more values |
2025-04-25 | BUG/MAJOR: listeners: transfer connection accounting when switching listeners |
2025-04-25 | BUG/MAJOR: tasklets: Make sure he tasklet can't run twice |
2025-04-25 | BUG/MINOR: master/cli: only parse the '@@' prefix on complete lines |
2025-04-25 | Revert "BUG/MINOR: master/cli: properly trim the '@@' process name in error messages" |
2025-04-25 | BUG/MEDIUM: cli: Handle applet shutdown when waiting for a command line |
2025-04-24 | BUG/MINOR: master/cli: properly trim the '@@' process name in error messages |
2025-04-24 | BUG/MINOR: ring: Fix I/O handler of "show event" command to not rely on the SC |
2025-04-24 | BUG/MINOR: hlua: Fix I/O handler of lua CLI commands to not rely on the SC |
2025-04-24 | BUG/MINOR: cli: Issue an error when too many args are passed for a command |
2025-04-24 | BUG/MINOR: mux-quic: do not decode if conn in error |
2025-04-24 | BUG/MINOR: mux-quic: fix possible infinite loop during decoding |